]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fdisk: remove stack jumping
authorDavidlohr Bueso <dave@gnu.org>
Fri, 27 Apr 2012 11:23:42 +0000 (13:23 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 2 May 2012 07:33:24 +0000 (09:33 +0200)
commit9f6c866f656b43f8a190f526a697c0e803cfb249
treeaf7210cb59a77eb9acdd9911940a990dcb462d98
parent4bfd4bffb7b2cb8c82d7046a5fd4b861ee5464d8
fdisk: remove stack jumping

This patch eliminates the long/setjmp code. The current logic does not do
anything with stack jumps as it only exits from
print_partition_table_from_option() when a fatal error occurs.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
fdisk/fdisk.c