[Bug java/18091] Valgrind errors building libjava

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Oct 20 20:27:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-20 20:27 -------
memcpy(0x1BE08FEC, 0x1BE08FEC, 5)

          new_ptr -= n;
          old_ptr -= n;
          if (n > 0)
            memcpy (new_ptr, old_ptr, n);

Someone needs to look into this part though because I don't understand the code at all.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18091



More information about the Gcc-bugs mailing list