Files
nixpkgs/pkgs/development/libraries
Chuck c0cecd0e60 python3Packages.libxml2: Patch to work around python3 + utf-8 itstool crash
1. Gnumeric has unbalanced XML tags in its doc translations.
2. itstool's XML error handler tries to print this error with context.
3. libxml2's context snipper treats the data as bytes, not UTF-8.
4. python3Packages.libxml2 casts the context to a UTF-8 Python string.
5. itstool dereferences a null pointer.

This patch intervenes at #4.

In https://bugzilla.gnome.org/show_bug.cgi?id=789714#c4 , upstream
suggests that intervening at #3 would be better -- that each of the four
copies of xmlParserPrintFileContextInternal() have four additional UTF-8
problems, one of which is that the caret indicator ought to count
"unicode characters" not bytes.  But to position a caret correctly, a
character count is not sufficient -- this would need to use icu's BiDi
logic (with fallback to doing something wrong when libxml2 is configured
not to use icu) -- which makes a 'correct' fix a much larger project
than this simple band-aid.
2019-10-31 17:30:33 -07:00
..
2019-09-08 23:38:31 +00:00
2019-08-27 16:36:47 +02:00
2019-09-25 23:30:11 -07:00
2019-08-28 11:07:32 +00:00
2019-09-25 21:31:24 -07:00
2019-10-20 22:12:25 -07:00
2019-10-19 22:29:48 -04:00
2019-10-06 18:24:07 -07:00
2019-09-30 19:39:37 +02:00
2019-09-27 08:48:14 -07:00
2019-08-28 11:07:32 +00:00
2019-08-31 20:26:19 -07:00
2019-09-30 19:39:48 +02:00
2019-08-28 11:07:32 +00:00
2019-09-08 23:38:31 +00:00
2019-09-08 23:38:31 +00:00
2019-09-29 11:19:56 +02:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-09-29 14:30:53 +02:00
2019-09-08 23:38:31 +00:00
2019-09-25 22:18:02 -07:00
2019-10-21 19:53:25 -07:00
2019-08-27 16:36:47 +02:00
2019-09-08 23:38:31 +00:00
2019-08-28 11:07:32 +00:00
2019-09-23 18:28:52 +02:00
2019-09-15 13:24:08 +01:00
2019-10-07 17:59:09 +00:00
2019-10-21 19:50:53 -07:00
2019-10-21 05:32:34 -04:00
2019-09-03 12:38:59 +00:00
2019-08-24 21:55:22 +02:00
2019-08-28 11:07:32 +00:00
2019-09-08 23:38:31 +00:00
2019-08-28 11:07:32 +00:00
2019-10-26 14:15:27 +02:00
2019-08-28 11:07:32 +00:00
2019-10-03 00:09:11 +02:00
2019-10-09 01:16:27 +02:00
2019-09-26 05:10:24 -07:00
2019-08-28 11:07:32 +00:00
2019-09-26 16:41:50 +02:00
2019-08-28 11:07:32 +00:00
2019-09-02 11:28:08 +02:00
2019-09-08 23:38:31 +00:00
2019-08-30 11:02:47 -07:00
2019-08-28 11:07:32 +00:00
2019-09-25 11:38:33 +02:00
2019-09-26 08:42:05 -07:00
2019-08-28 11:07:32 +00:00
2019-09-16 14:39:52 +00:00
2019-09-30 19:39:38 +02:00
2019-09-08 14:46:31 +00:00
2019-10-22 10:01:04 +02:00
2019-10-21 19:32:13 -07:00
2019-08-28 11:07:32 +00:00
2019-08-26 21:40:19 +00:00
2019-10-22 10:15:23 +02:00
2019-10-12 16:18:05 +02:00
2019-09-30 19:39:38 +02:00
2019-08-26 14:28:42 +02:00
2019-10-21 19:35:01 -05:00
2019-10-07 01:30:26 -07:00
2019-09-10 10:19:28 +02:00
2019-09-08 23:38:31 +00:00
2019-09-08 23:38:31 +00:00
2019-10-29 09:53:21 +01:00
2019-09-30 19:39:52 +02:00
2019-08-28 11:07:32 +00:00
2019-09-23 13:46:50 -04:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-09-06 02:54:53 +02:00
2019-09-06 02:54:53 +02:00
2019-09-09 14:01:22 +02:00
2019-09-30 19:39:49 +02:00
2019-10-23 04:20:00 -05:00
2019-08-28 11:07:32 +00:00
2019-08-21 10:43:43 +02:00
2019-10-10 13:16:41 -04:00
2019-09-30 19:39:47 +02:00
2019-10-29 09:53:21 +01:00
2019-10-07 14:41:00 -04:00
2019-09-06 02:54:53 +02:00
2019-09-06 02:54:53 +02:00
2019-09-06 02:54:53 +02:00
2019-10-08 12:08:50 +02:00
2019-10-22 09:23:12 +02:00
2019-08-28 16:58:18 +08:00
2019-09-08 23:38:31 +00:00
2019-10-24 10:31:50 +02:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-10-22 09:23:38 +02:00
2019-09-13 11:53:28 +02:00
2019-08-28 11:07:32 +00:00
2019-10-29 13:31:22 +01:00
2019-10-26 14:42:37 +02:00
2019-08-28 11:07:32 +00:00
2019-10-22 07:54:32 -07:00
2019-10-20 10:12:45 -07:00
2019-09-08 23:38:31 +00:00
2019-09-08 23:38:31 +00:00
2019-08-28 11:07:32 +00:00
2019-10-02 14:13:39 +02:00
2019-09-26 16:38:56 -07:00
2019-10-14 17:47:28 -04:00
2019-09-06 02:54:53 +02:00
2019-10-05 14:19:12 +02:00
2019-08-28 11:07:32 +00:00
2019-10-21 18:25:40 +02:00
2019-10-08 12:08:48 +02:00
2019-10-27 16:29:47 +01:00
2019-09-27 09:12:47 -07:00
2019-08-28 11:07:32 +00:00
2019-10-29 15:17:28 +01:00
2019-08-28 11:07:32 +00:00
2019-10-22 10:02:32 +02:00
2019-09-27 17:21:59 +02:00
2019-09-19 18:30:18 +02:00
2019-08-28 11:07:32 +00:00
2019-09-17 20:01:59 -04:00
2019-08-31 12:33:21 +02:00
2019-10-27 16:20:00 -05:00
2019-10-24 21:00:00 -05:00
2019-09-26 12:02:17 -07:00
2019-08-28 11:07:32 +00:00
2019-09-24 03:11:49 +00:00
2019-08-28 11:07:32 +00:00
2019-08-21 16:30:21 +02:00
2019-10-21 19:21:11 -05:00
2019-09-01 17:46:30 +02:00
2019-08-28 11:07:32 +00:00
2019-09-22 20:44:11 +00:00
2019-09-27 07:53:00 -07:00
2019-09-27 08:43:54 -07:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-09-04 10:20:41 +03:00
2019-09-09 21:53:33 +02:00
2019-09-30 19:39:47 +02:00
2019-08-28 11:07:32 +00:00
2019-10-22 08:44:32 -07:00
2019-09-13 22:40:33 -05:00
2019-08-28 11:07:32 +00:00
2019-09-03 11:29:09 +02:00
2019-10-28 21:50:14 -05:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-31 12:37:33 +02:00
2019-08-28 11:07:32 +00:00
2019-09-06 02:54:53 +02:00
2019-10-24 20:00:00 -05:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-21 10:37:20 -07:00
2019-09-27 09:32:28 -07:00
2019-08-28 11:07:32 +00:00
2019-09-23 19:23:25 +02:00
2019-10-03 00:09:14 +02:00
2019-09-26 11:58:19 +02:00
2019-10-22 07:37:52 -07:00
2019-10-02 23:41:25 +02:00
2019-09-27 09:18:57 -07:00
2019-10-22 09:51:33 +02:00
2019-10-07 08:42:22 -07:00
2019-09-08 23:38:31 +00:00
2019-09-28 15:24:38 -05:00
2019-10-12 16:18:05 +02:00
2019-10-22 06:58:37 -07:00
2019-10-18 12:25:31 +02:00
2019-09-06 02:54:53 +02:00
2019-10-23 15:52:47 +02:00
2019-10-12 16:18:05 +02:00
2019-08-22 17:50:13 +02:00
2019-08-28 11:07:32 +00:00
2019-09-27 07:50:18 -07:00
2019-08-31 23:21:23 -04:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-10-12 14:57:28 +02:00
2019-09-13 22:12:22 -05:00
2019-09-21 00:28:43 -04:00
2019-09-16 12:36:33 +08:00
2019-10-20 16:49:18 +02:00
2019-10-07 10:06:28 -07:00
2019-10-07 08:25:27 -07:00
2019-10-20 02:03:17 +02:00
2019-08-28 11:07:32 +00:00
2019-10-08 18:18:28 -07:00
2019-09-27 08:07:01 -07:00
2019-09-08 23:38:31 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-09-08 23:38:31 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-10-21 16:52:41 +02:00
2019-10-22 17:36:19 -07:00
2019-09-06 19:32:01 +02:00
2019-10-22 17:35:47 -07:00
2019-08-28 11:07:32 +00:00
2019-09-27 13:47:39 -07:00
2019-09-06 02:54:53 +02:00
2019-08-28 11:07:32 +00:00
2019-09-08 23:38:31 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-09-08 23:38:31 +00:00
2019-08-28 11:07:32 +00:00
2019-09-24 11:07:34 -04:00
2019-10-22 09:49:12 +02:00
2019-10-21 21:58:37 +02:00
2019-09-27 12:43:35 -07:00
2019-08-22 11:22:51 +02:00
2019-10-02 00:47:58 -07:00
2019-08-28 11:07:32 +00:00
2019-09-08 23:38:31 +00:00
2019-10-16 10:54:26 +02:00
2019-08-31 18:07:33 +02:00
2019-09-08 23:38:31 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-10-23 10:57:43 -07:00
2019-10-22 18:05:02 -07:00
2019-08-28 11:07:32 +00:00
2019-09-08 23:38:31 +00:00
2019-09-06 02:54:53 +02:00
2019-10-22 19:54:20 -07:00
2019-10-29 16:42:54 +03:00
2019-08-28 11:07:32 +00:00
2019-09-06 02:54:53 +02:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-10-19 18:23:42 -04:00
2019-10-07 20:28:56 -07:00
2019-10-05 02:13:10 +02:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-10-24 18:51:51 -07:00
2019-08-28 11:07:32 +00:00
2019-10-07 00:23:08 -07:00
2019-10-19 10:48:02 +08:00
2019-10-13 21:53:29 +00:00
2019-09-22 20:22:23 +00:00
2019-09-08 23:38:31 +00:00
2019-08-28 11:07:32 +00:00
2019-10-24 11:52:51 +02:00
2019-10-04 14:12:07 +02:00
2019-10-16 11:17:12 +02:00
2019-10-04 15:54:33 +03:00
2019-10-04 22:00:58 +02:00
2019-09-29 02:56:54 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-09-06 02:54:53 +02:00
2019-10-08 09:59:23 -07:00
2019-10-25 18:35:11 -07:00
2019-10-27 15:34:16 -04:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-10-09 20:41:59 +02:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-09-28 20:41:10 -07:00
2019-08-28 11:07:32 +00:00
2019-09-08 23:38:31 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-09-29 11:05:22 +02:00
2019-10-24 17:15:38 +02:00
2019-09-06 02:54:53 +02:00
2019-10-21 21:58:37 +02:00
2019-09-21 20:03:33 +02:00
2019-08-28 11:07:32 +00:00
2019-09-28 21:33:35 -07:00
2019-09-08 23:38:31 +00:00
2019-10-25 12:30:12 -05:00
2019-09-29 00:02:36 -07:00
2019-10-25 17:05:27 +02:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-09-29 01:13:39 -07:00
2019-10-15 16:32:38 -04:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-09-24 15:59:01 +02:00
2019-10-04 02:08:00 +02:00
2019-10-03 00:09:13 +02:00
2019-10-11 12:05:19 +02:00
2019-10-07 23:17:21 +02:00
2019-10-11 12:04:25 +02:00
2019-10-08 16:01:34 -07:00
2019-10-27 19:26:05 +00:00
2019-09-08 23:38:31 +00:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-10-24 20:11:02 -07:00
2019-09-29 04:51:47 -07:00
2019-08-28 11:07:32 +00:00