[Bug 60158] AIOOBE in VBAMacroReader

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60158 --- Comment #4 from Tim Allison --- I think this is a problem in RLEDecompressingInputStream. In readChunk(), under if ((tokenFlags & POWER2[n]) == 0) { if the int that is read is 'ff', when that gets cast to a byte, its value becomes -1.

[Bug 60158] AIOOBE in VBAMacroReader

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60158 Tim Allison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60260] Sheet shiftRows exception at rowShifter.updateNamedRanges

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60260 Zero changed: What|Removed |Added Summary|shiftRows exception at |Sheet shiftRows exception |ro

[Bug 59830] "Skipped only -1 while trying to skip 67116544 bytes. This should never happen." IOException in VBAMacroReader

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59830 Tim Allison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55604] AIOOBE from SprmBuffer class when reading body of some .doc files

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55604 Javen O'Neal changed: What|Removed |Added OS|Linux |All Keywords|PatchAvailable

[Bug 55604] AIOOBE from SprmBuffer class when reading body of some .doc files

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55604 Javen O'Neal changed: What|Removed |Added Attachment #30890|0 |1 is obsolete|

[Bug 60227] Overwriting all cells containing a shared formula results in a corrupted workbook

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60227 --- Comment #13 from Javen O'Neal --- Potentially related or duplicate: bug 47570 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

Build failed in Jenkins: POI-Maven » Apache POI Main package #624

2016-10-18 Thread Apache Jenkins Server
See -- [INFO] [INFO] [INFO] Building Apac

Build failed in Jenkins: POI-Maven #624

2016-10-18 Thread Apache Jenkins Server
See Changes: [tallison] BUG 59830 -- incorrect reading of unicode stream name [tallison] BUG 60158 -- AIOOBE in VBAMacroReader -- [...truncated 9 lines...] U src/java/org/apache/poi/sl/draw/Dra

[Bug 59858] NullPointerException thrown by VBAMacroReader

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59858 --- Comment #8 from Tim Allison --- This file has two _VBA_PROJECT_CUR directories; both have Sheet1, Sheet2 and Sheet3 and thisWorkbook. The _VBA_PROJECT_CUR under MDB00082648 has only empty (zero-byte) Sheet1, etc.; whereas the _VBA_PROJECT_

[Bug 56525] XSSFSheet.getColumnStyle doesn't conform to Sheet.getColumnStyle API doc

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56525 --- Comment #2 from Javen O'Neal --- Correct. XSSFSheet#getColumnStyle returns the default column style rather than returning null. As a workaround, you could check of the index of the returned style == 0. Unfortunately, there is a setDefaultCo

[Bug 56525] XSSFSheet.getColumnStyle doesn't conform to Sheet.getColumnStyle API doc

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56525 --- Comment #3 from Javen O'Neal --- Created attachment 34385 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34385&action=edit Fix XSSFSheet.getColumnStyle to abide to javadoc -- You are receiving this mail because: You are the assign

Build failed in Jenkins: POI #1585

2016-10-18 Thread Apache Jenkins Server
See Changes: [tallison] BUG 59830 -- incorrect reading of unicode stream name -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-6 (Ubuntu yahoo-not-h2

[Bug 59858] NullPointerException thrown by VBAMacroReader

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59858 Tim Allison changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 60271] New: Handle collisions of Macro names

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60271 Bug ID: 60271 Summary: Handle collisions of Macro names Product: POI Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal

[Bug 60272] New: POIFSDump throws IOException "could not create directory" on Windows (at least)

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60272 Bug ID: 60272 Summary: POIFSDump throws IOException "could not create directory" on Windows (at least) Product: POI Version: unspecified Hardware: PC OS:

[Bug 60162] VBAMacroReader misses macro in one test ppt

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60162 --- Comment #2 from Tim Allison --- The macros are stored in a POIFS within an ExOleObjStg within the "PowerPoint Document". Brilliant!!! If you add this to the end of buildRecords() in HSLFSlideShowImpl: for (Record r : _records) {

[Bug 60162] VBAMacroReader misses macro in one test ppt

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60162 --- Comment #3 from Tim Allison --- As always, Yegor had already figured this out: https://bz.apache.org/bugzilla/show_bug.cgi?id=43376 :) -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 60273] New: UnsupportedCharsetException in VBAMacroReader

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60273 Bug ID: 60273 Summary: UnsupportedCharsetException in VBAMacroReader Product: POI Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity:

govdocs1 docs in our test suite

2016-10-18 Thread Allison, Timothy B.
All, In my VBAMacroReader blitz, I added two docs -- one unmodified and one modified -- that derive from govdocs1: Bug60273 and Bug59830. Let me know if I should remove them. Best, Tim

[Bug 60273] UnsupportedCharsetException in VBAMacroReader

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60273 Tim Allison changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Build failed in Jenkins: POI #1586

2016-10-18 Thread Apache Jenkins Server
See Changes: [tallison] BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader [tallison] BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix unit test. [tallison] BUG 59858 -- avoid npe when there's a col

Re: Build failed in Jenkins: POI #1586

2016-10-18 Thread Javen O'Neal
Use Charset.forName("UTF-8") for Java 6 compatibility. https://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html#forName(java.lang.String) On Oct 18, 2016 11:36 AM, "Apache Jenkins Server" wrote: > See > > Changes: > > [tallison] BU

[Bug 60272] POIFSDump throws IOException "could not create directory" on Windows (at least)

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60272 --- Comment #1 from Dominik Stadler --- I would say go ahead, this is a dev-tool so not something anybody else would usually run. -- You are receiving this mail because: You are the assignee for the bug. -

Build failed in Jenkins: POI-Maven » Apache POI Main package #625

2016-10-18 Thread Apache Jenkins Server
See -- [INFO] [INFO] [INFO] Building Apac

Build failed in Jenkins: POI-Maven #625

2016-10-18 Thread Apache Jenkins Server
See Changes: [tallison] BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader [tallison] BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix unit test. [tallison] BUG 59858 -- avoid npe when there's

Build failed in Jenkins: POI-OpenJDK #241

2016-10-18 Thread Apache Jenkins Server
See Changes: [tallison] BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader [tallison] BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix unit test. [tallison] BUG 59858 -- avoid npe when there'

[GUMP@vmgump]: Project ooxml-schemas (in module poi) failed

2016-10-18 Thread Gump [HEAD] :-(
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project ooxml-schemas has an issue affecting its community integration. This issue

[Bug 60272] POIFSDump throws IOException "could not create directory" on Windows (at least)

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60272 Javen O'Neal changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 60272] POIFSDump throws IOException "could not create directory" on Windows (at least)

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60272 --- Comment #3 from Javen O'Neal --- I'm guessing the only way this worked before is if the MS Office files were located in a different directory (and thus filename was a path) from where the output dump directory was created (presumably in the