This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/18091] Valgrind errors building libjava


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]