Changeset 366


Ignore:
Timestamp:
May 16, 2012, 5:02:34 PM (13 years ago)
Author:
dmik
Message:

icedtea-web: Fix crash in plugin init procedure.

It could access a NULL string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/Config.kmk

    r363 r366  
    4242                          icedtea_web_data_dir()
    4343PLUGIN_BOOTCLASSPATH    = \"-Xbootclasspath/a:%s/netx.jar;%s/plugin.jar$(RHINO_RUNTIME)\", \
    44                           icedtea_web_data_dir()
     44                          icedtea_web_data_dir(), icedtea_web_data_dir()
    4545
    4646# Fake update version to work with the Deployment Toolkit script used by Oracle
Note: See TracChangeset for help on using the changeset viewer.