[gsl-issues] [Issue 108368] insufficient input checki ng in afm parser

2010-02-19 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108368





--- Additional comments from p...@openoffice.org Fri Feb 19 13:49:30 + 
2010 ---
please verify in CWS vcl109

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 108368] insufficient input checki ng in afm parser

2010-02-19 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108368


User thb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from t...@openoffice.org Fri Feb 19 19:37:51 + 
2010 ---
Empty set from interdiff - patch application verified. Thx!

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 108368] insufficient input checki ng in afm parser

2010-01-18 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108368





--- Additional comments from p...@openoffice.org Mon Jan 18 09:54:35 + 
2010 ---
seems good, do you have a CWS for that or should I commit that ?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 108368] insufficient input checki ng in afm parser

2010-01-18 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108368





--- Additional comments from t...@openoffice.org Mon Jan 18 12:01:45 + 
2010 ---
@pl: depends on the desired target - I have a cws open for 3.2, but of course
won't have any objections if you commit that to an appropriate open vcl cws. :)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 108368] insufficient input checki ng in afm parser

2010-01-18 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108368


User pl changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.3





--- Additional comments from p...@openoffice.org Mon Jan 18 14:14:23 + 
2010 ---
ok, will commit to CWS vcl109 then

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 108368] insufficient input checki ng in afm parser

2010-01-18 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108368


User pl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from p...@openoffice.org Mon Jan 18 14:35:33 + 
2010 ---
fixed in CWS vcl109

changeset is

http://hg.services.openoffice.org/hg/cws/vcl109/rev/33d732429a37

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 108368] insufficient input checki ng in afm parser

2010-01-15 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108368
 Issue #|108368
 Summary|insufficient input checking in afm parser
   Component|gsl
 Version|OOO320m9
Platform|Unknown
 URL|
  OS/Version|Unix, X11
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|thb
 Reported by|thb





--- Additional comments from t...@openoffice.org Fri Jan 15 22:25:11 + 
2010 ---
Error handling in afm parser is a bit sub-standard; especially if a file
suddenly ends in the middle of an (expected) line. Attached patch goes a very
defensive route for fixing this; another option would be hard bail-outs (which I
wasn't really daring to do for 3.2).

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 108368] insufficient input checki ng in afm parser

2010-01-15 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108368


User thb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |67228)
possible fix






--- Additional comments from t...@openoffice.org Fri Jan 15 22:26:06 + 
2010 ---
Created an attachment (id=67228)
possible fix


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org