Hi Natalie, > I found a crash with AFL and used valgrind to run it. Looks like it is > information leakage problem.
When you say "crash" do you mean that the nm program generated a segmentation fault or some kind of illegal memory access ? That certainly does not appear to be the case here. > Could you possibly fix this issue? Not if it is just a case of allocated memory not being freed by the time the program exits. The memory will be returned to the system, so there is no real problem with it not being freed. Plus since nm always exits, there is no potential for it to hog memory and prevent normal system operation. Sorry, but we are just not interested in resource leak problems at the moment. If you do find other issues however, for example memory corruption, or illegal memory accesses, then please feel free to report a bug using the binutils bugzilla system: https://sourceware.org/bugzilla/enter_bug.cgi?product=binutils Cheers Nick _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils