You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/19 18:32:00 UTC

[jira] [Commented] (ARTEMIS-1471) Needs Bounds Checking on writes for MappedSequentialFile

    [ https://issues.apache.org/jira/browse/ARTEMIS-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211508#comment-16211508 ] 

ASF GitHub Bot commented on ARTEMIS-1471:
-----------------------------------------

GitHub user franz1981 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1600

    ARTEMIS-1471 Needs Bounds Checking on writes for MappedSequentialFile

    It contains several improvements:
     - bounds checking logic on writes and position change too (to avoid corrupted position/allow fail fast)
     - removal of unused package private methods
     - refactored private duplicated code in procedures

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/franz1981/activemq-artemis mmap_bounds_chk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1600.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1600
    
----
commit 7f4ebe61c60a3935a81101872e253340996f5253
Author: Francesco Nigro <ni...@gmail.com>
Date:   2017-10-19T18:17:34Z

    ARTEMIS-1471 Needs Bounds Checking on writes for MappedSequentialFile
    
    It contains several improvements:
     - bounds checking logic on writes and position change too (to avoid corrupted position/allow fail fast)
     - removal of unused package private methods
     - refactored private duplicated code in procedures

----


> Needs Bounds Checking on writes for MappedSequentialFile
> --------------------------------------------------------
>
>                 Key: ARTEMIS-1471
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1471
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Trivial
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)