[
https://issues.apache.org/jira/browse/OAK-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amit Jain updated OAK-2142:
---------------------------
Fix Version/s: (was: 1.0.7)
(was: 1.1)
1.1.0
> Possibility of numeric overflow in blobCacheSize in DocumentMK
> --------------------------------------------------------------
>
> Key: OAK-2142
> URL: https://issues.apache.org/jira/browse/OAK-2142
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: mongomk
> Reporter: Chetan Mehrotra
> Assignee: Chetan Mehrotra
> Priority: Minor
> Fix For: 1.1.0
>
>
> Following expression in DocumentMk would cause a numeric overflow if
> {{blobCacheSizeMB}} >= 2048
> {code}
> if (this.blobStore == null) {
> this.blobStore = new MongoBlobStore(db, blobCacheSizeMB *
> 1024 * 1024);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)