notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: java/jdk14/files/patch-awt_fontmanager_fontObject.cpp

Number of commits found: 2

Friday, 17 Dec 2004
07:02 glewis search for other commits by this committer
. Update to patchset 7.
. Fix a permissions problem with the plugins directory.

Approved by:    phantom (maintainer)
Original commit
Saturday, 16 Oct 2004
17:00 glewis search for other commits by this committer
. In the ReadChunk() function, change an assert() to be a "test for a
  condition and return NULL".  Take account of the NULL in the
  appropriate place (which is somewhat worrisome in itself since
  ReadChunk() has always had the possibility of returning NULL).
  This makes loading a font file a little more resilient to specially
  crafted font data which can be used, for example, by an applet to
  crash the browser plugin by triggering the assert().  Such an applet
  was mentioned on Bugtraq:

  http://www.securityfocus.com/archive/1/367331/2004-06-26/2004-07-02/0

  and can be found at

  http://www.illegalaccess.org/cms/?q=node/view/9

  This change stops the browser plugin from crashing.
. Fix some warnings regarding formats in debugging printf's.
Original commit

Number of commits found: 2