[PATCH] libdwfl: Correct off-by-one check in segment.c insert.

Roland McGrath roland at hack.frob.com
Mon Apr 6 19:45:47 UTC 2015


Usually "x + 1 >= y" should be "x > y", no?


More information about the elfutils-devel mailing list