Re: [patch] [important] fix invalid iterator

2014-04-06 Thread Richard Heck
On 04/06/2014 02:54 PM, Vincent van Ravesteijn wrote: Jürgen Spitzmüller schreef op 6-4-2014 19:22: 2014-04-06 18:53 GMT+02:00 Vincent van Ravesteijn: Please commit to master. Done. I did not write a comment yet, since I do not know what to write. Jürgen I've no idea either. We can't p

Re: [patch] [important] fix invalid iterator

2014-04-06 Thread Vincent van Ravesteijn
Jürgen Spitzmüller schreef op 6-4-2014 19:22: 2014-04-06 18:53 GMT+02:00 Vincent van Ravesteijn: Please commit to master. Done. I did not write a comment yet, since I do not know what to write. Jürgen I've no idea either. We can't put comments for each container that is returned by val

Re: [patch] [important] fix invalid iterator

2014-04-06 Thread Jürgen Spitzmüller
2014-04-06 18:53 GMT+02:00 Vincent van Ravesteijn: > Please commit to master. > Done. I did not write a comment yet, since I do not know what to write. Jürgen > > Vincent >

Re: [patch] [important] fix invalid iterator

2014-04-06 Thread Vincent van Ravesteijn
Jürgen Spitzmüller schreef op 5-4-2014 12:55: This patch fixes a fatal error of mine. I compared begin and end iterators of two different containers (constructed in args()) in InsetLayout. This could result in * a crash (happens if you load a document with arguments for which you do not have

Re: [patch] [important] fix invalid iterator

2014-04-05 Thread Richard Heck
On 04/05/2014 06:55 AM, Jürgen Spitzmüller wrote: This patch fixes a fatal error of mine. I compared begin and end iterators of two different containers (constructed in args()) in InsetLayout. This could result in * a crash (happens if you load a document with arguments for which you do not h

[patch] [important] fix invalid iterator

2014-04-05 Thread Jürgen Spitzmüller
This patch fixes a fatal error of mine. I compared begin and end iterators of two different containers (constructed in args()) in InsetLayout. This could result in * a crash (happens if you load a document with arguments for which you do not have a layout) * a freeze when attempting to open specif