Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4138021

Incorrect memory initialization in fontmanager

XMLWordPrintable

    • 2d
    • 1.2beta4
    • sparc
    • solaris_2.5.1
    • Not verified

      In fontObject.cpp, after a malloc(), the following code is used to initialize the memory to 0:

      fi = malloc(...);
      memset(fi, 0, sizeof fi);

      This is incorrect behavior. sizeof fi == 4 bytes. sizeof(*fi) == 12 bytes.

            duke J. Duke
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: