[Bro-Dev] [JIRA] (BIT-1094) Segmentation Fault in SQLite Writer

2013-11-09 Thread Jon Crussell (JIRA)
Jon Crussell created BIT-1094:
-

 Summary: Segmentation Fault in SQLite Writer
 Key: BIT-1094
 URL: https://bro-tracker.atlassian.net/browse/BIT-1094
 Project: Bro Issue Tracker
  Issue Type: Patch
  Components: Bro
Affects Versions: 2.2
 Environment: N/A
Reporter: Jon Crussell
 Attachments: 0001-Fixed-Segmentation-fault-in-SQLite-Writer.patch

There is a bug in the SQLite Writer that causes a segmentation fault if the 
field type is TYPE_TABLE or TYPE_VECTOR. The fix is pretty minor, see attached 
patch.

Also available here:
https://github.com/jcrussell/bro/tree/topic/jcrussell/sqlite-writer-fix



--
This message was sent by Atlassian JIRA
(v6.2-OD-01#6204)
___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev


[Bro-Dev] [JIRA] (BIT-1094) Segmentation Fault in SQLite Writer

2013-11-10 Thread Bernhard Amann (JIRA)

 [ 
https://bro-tracker.atlassian.net/browse/BIT-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bernhard Amann reassigned BIT-1094:
---

Assignee: Bernhard Amann

> Segmentation Fault in SQLite Writer
> ---
>
> Key: BIT-1094
> URL: https://bro-tracker.atlassian.net/browse/BIT-1094
> Project: Bro Issue Tracker
>  Issue Type: Patch
>  Components: Bro
>Affects Versions: 2.2
> Environment: N/A
>Reporter: Jon Crussell
>Assignee: Bernhard Amann
> Attachments: 0001-Fixed-Segmentation-fault-in-SQLite-Writer.patch
>
>
> There is a bug in the SQLite Writer that causes a segmentation fault if the 
> field type is TYPE_TABLE or TYPE_VECTOR. The fix is pretty minor, see 
> attached patch.
> Also available here:
> https://github.com/jcrussell/bro/tree/topic/jcrussell/sqlite-writer-fix



--
This message was sent by Atlassian JIRA
(v6.2-OD-01#6204)
___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev


[Bro-Dev] [JIRA] (BIT-1094) Segmentation Fault in SQLite Writer

2013-11-10 Thread Bernhard Amann (JIRA)

 [ 
https://bro-tracker.atlassian.net/browse/BIT-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bernhard Amann updated BIT-1094:


Status: Merge Request  (was: Open)

> Segmentation Fault in SQLite Writer
> ---
>
> Key: BIT-1094
> URL: https://bro-tracker.atlassian.net/browse/BIT-1094
> Project: Bro Issue Tracker
>  Issue Type: Patch
>  Components: Bro
>Affects Versions: 2.2
> Environment: N/A
>Reporter: Jon Crussell
>Assignee: Bernhard Amann
> Attachments: 0001-Fixed-Segmentation-fault-in-SQLite-Writer.patch
>
>
> There is a bug in the SQLite Writer that causes a segmentation fault if the 
> field type is TYPE_TABLE or TYPE_VECTOR. The fix is pretty minor, see 
> attached patch.
> Also available here:
> https://github.com/jcrussell/bro/tree/topic/jcrussell/sqlite-writer-fix



--
This message was sent by Atlassian JIRA
(v6.2-OD-01#6204)
___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev


[Bro-Dev] [JIRA] (BIT-1094) Segmentation Fault in SQLite Writer

2013-11-10 Thread Bernhard Amann (JIRA)

[ 
https://bro-tracker.atlassian.net/browse/BIT-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14700#comment-14700
 ] 

Bernhard Amann commented on BIT-1094:
-

Thank you very much for the fix - it is committed to topic/bernhard/ticket1094 
with a minimal testcase.

> Segmentation Fault in SQLite Writer
> ---
>
> Key: BIT-1094
> URL: https://bro-tracker.atlassian.net/browse/BIT-1094
> Project: Bro Issue Tracker
>  Issue Type: Patch
>  Components: Bro
>Affects Versions: 2.2
> Environment: N/A
>Reporter: Jon Crussell
>Assignee: Bernhard Amann
> Attachments: 0001-Fixed-Segmentation-fault-in-SQLite-Writer.patch
>
>
> There is a bug in the SQLite Writer that causes a segmentation fault if the 
> field type is TYPE_TABLE or TYPE_VECTOR. The fix is pretty minor, see 
> attached patch.
> Also available here:
> https://github.com/jcrussell/bro/tree/topic/jcrussell/sqlite-writer-fix



--
This message was sent by Atlassian JIRA
(v6.2-OD-01#6204)
___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev


[Bro-Dev] [JIRA] (BIT-1094) Segmentation Fault in SQLite Writer

2013-11-11 Thread Robin Sommer (JIRA)

 [ 
https://bro-tracker.atlassian.net/browse/BIT-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robin Sommer updated BIT-1094:
--

Resolution: Merged  (was: Fixed)
Status: Closed  (was: Merge Request)

> Segmentation Fault in SQLite Writer
> ---
>
> Key: BIT-1094
> URL: https://bro-tracker.atlassian.net/browse/BIT-1094
> Project: Bro Issue Tracker
>  Issue Type: Patch
>  Components: Bro
>Affects Versions: 2.2
> Environment: N/A
>Reporter: Jon Crussell
>Assignee: Bernhard Amann
> Attachments: 0001-Fixed-Segmentation-fault-in-SQLite-Writer.patch
>
>
> There is a bug in the SQLite Writer that causes a segmentation fault if the 
> field type is TYPE_TABLE or TYPE_VECTOR. The fix is pretty minor, see 
> attached patch.
> Also available here:
> https://github.com/jcrussell/bro/tree/topic/jcrussell/sqlite-writer-fix



--
This message was sent by Atlassian JIRA
(v6.2-OD-01#6204)
___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev