Eliseo Martínez
04e42f2ae4
Fix warnings: tag.c: test_for_static()/get_tags(): Various (2): FP.
...
Problems : Assigned value is garbage or undefined @ 2191.
Uninitialized argument value @ 2796.
Diagnostic : False positives.
Rationale : Both problems share the same cause.
Error happens in get_tags(), if parse_match() fails because
of parse_tag_line() failing before. Then, `tp` is not
correctly initialized and subsequent code accesses garbage
values.
This is not really possible, as parse_tag_line() should not
fail after find_tags() has been successful.
That is because find_tags() already does tag line parsing,
using parse_tag_line() itself for it (or a quicker
alternative that should produce same result). That's why
return value of parse_match() is ignored, and subsequent
code assumes it is successful.
Resolution : Assert parse_match() always successful.
2014-11-18 21:57:47 +01:00
..
2014-11-18 07:56:58 -03:00
2014-10-21 11:05:49 -03:00
2014-11-18 07:56:58 -03:00
2014-11-18 07:56:58 -03:00
2014-11-10 19:26:01 -05:00
2014-11-14 11:56:25 -05:00
2014-11-15 17:17:21 -05:00
2014-07-11 18:33:07 -04:00
2014-08-02 09:16:59 +03:00
2014-07-16 17:12:34 +02:00
2014-11-12 00:38:34 -06:00
2014-11-12 00:38:34 -06:00
2014-07-22 05:28:17 -05:00
2014-11-15 13:57:11 +01:00
2014-07-12 14:26:55 +02:00
2014-11-09 18:34:57 +01:00
2014-11-06 09:51:42 +01:00
2014-06-02 11:04:18 -03:00
2014-08-20 05:19:49 -04:00
2014-06-20 02:44:11 -04:00
2014-11-12 00:38:34 -06:00
2014-06-02 11:04:18 -03:00
2014-08-14 06:24:00 +00:00
2014-06-02 11:04:18 -03:00
2014-11-12 00:38:34 -06:00
2014-07-12 14:26:55 +02:00
2014-05-15 20:46:02 +02:00
2014-11-18 07:56:58 -03:00
2014-10-28 23:12:41 -04:00
2014-11-18 07:56:58 -03:00
2014-07-12 14:26:55 +02:00
2014-08-20 20:21:37 +04:00
2014-11-12 00:38:34 -06:00
2014-07-12 14:26:55 +02:00
2014-08-20 20:21:37 +04:00
2014-11-15 12:49:18 +01:00
2014-08-20 20:21:37 +04:00
2014-11-11 01:43:12 +01:00
2014-07-16 19:07:45 +02:00
2014-11-11 01:43:12 +01:00
2014-07-12 14:26:55 +02:00
2014-11-15 17:17:21 -05:00
2014-06-02 11:04:17 -03:00
2014-08-31 15:47:36 +02:00
2014-06-12 01:20:36 -05:00
2014-11-12 00:38:34 -06:00
2014-11-11 11:55:59 -05:00
2014-11-12 00:38:34 -06:00
2014-06-02 11:04:18 -03:00
2014-10-21 11:05:49 -03:00
2014-08-18 00:27:07 -04:00
2014-07-20 16:59:57 -04:00
2014-10-18 12:51:35 -03:00
2014-07-12 14:26:55 +02:00
2014-11-18 07:56:58 -03:00
2014-11-16 11:22:58 +01:00
2014-06-02 11:04:18 -03:00
2014-07-09 00:18:19 +02:00
2014-07-16 19:05:34 +02:00
2014-11-06 00:18:26 +01:00
2014-06-27 13:59:29 +02:00
2014-08-31 15:47:43 +02:00
2014-06-02 11:04:17 -03:00
2014-09-11 20:11:57 +02:00
2014-06-02 11:04:17 -03:00
2014-09-10 21:33:51 +02:00
2014-07-12 14:26:55 +02:00
2014-11-11 11:34:58 -05:00
2014-07-29 18:08:15 +02:00
2014-10-23 21:46:03 -03:00
2014-10-23 21:46:03 -03:00
2014-07-20 16:59:57 -04:00
2014-11-06 00:18:26 +01:00
2014-06-02 11:04:17 -03:00
2014-06-02 11:04:17 -03:00
2014-10-21 11:05:49 -03:00
2014-10-21 11:05:49 -03:00
2014-08-02 09:16:59 +03:00
2014-09-24 19:00:50 -05:00
2014-06-02 11:04:17 -03:00
2014-11-06 00:18:26 +01:00
2014-07-12 14:26:55 +02:00
2014-11-06 22:53:43 +01:00
2014-11-06 22:53:43 +01:00
2014-11-06 22:53:40 +01:00
2014-05-15 20:46:02 +02:00
2014-11-12 00:38:34 -06:00
2014-06-02 11:04:17 -03:00
2014-11-11 01:13:14 -05:00
2014-07-16 19:05:35 +02:00
2014-08-02 09:17:00 +03:00
2014-06-02 11:04:17 -03:00
2014-11-11 01:43:14 +01:00
2014-07-25 19:49:20 +02:00
2014-11-12 00:38:34 -06:00
2014-07-12 14:26:55 +02:00
2014-07-11 18:11:20 -04:00
2014-07-11 18:11:20 -04:00
2014-11-12 00:38:34 -06:00
2014-07-11 18:33:07 -04:00
2014-11-12 00:38:34 -06:00
2014-11-11 11:34:58 -05:00
2014-11-18 07:56:58 -03:00
2014-07-12 14:26:55 +02:00
2014-09-12 13:25:29 -03:00
2014-11-17 17:55:47 -05:00
2014-07-12 14:26:55 +02:00
2014-08-02 09:17:00 +03:00
2014-11-02 16:47:50 -03:00
2014-07-16 19:05:35 +02:00
2014-09-30 19:35:46 -04:00
2014-06-12 01:20:36 -05:00
2014-11-12 00:38:34 -06:00
2014-06-02 11:04:17 -03:00
2014-07-16 19:05:34 +02:00
2014-07-20 16:59:57 -04:00
2014-07-20 16:59:57 -04:00
2014-11-15 12:48:28 +01:00
2014-07-12 14:26:55 +02:00
2014-07-11 18:33:07 -04:00
2014-11-15 12:48:28 +01:00
2014-11-13 11:38:19 -05:00
2014-07-12 14:26:55 +02:00
2014-11-12 00:38:34 -06:00
2014-07-11 18:33:07 -04:00
2014-11-15 12:48:29 +01:00
2014-07-12 14:26:55 +02:00
2014-07-21 19:29:29 +02:00
2014-06-02 11:04:17 -03:00
2014-05-15 20:46:02 +02:00
2014-11-15 12:49:18 +01:00
2014-07-11 18:33:07 -04:00
2014-07-09 00:18:20 +02:00
2014-07-11 18:33:07 -04:00
2014-07-16 19:05:34 +02:00
2014-11-15 12:49:18 +01:00
2014-07-12 14:26:55 +02:00
2014-11-18 21:57:47 +01:00
2014-07-12 14:26:55 +02:00
2014-08-09 11:28:43 -03:00
2014-07-14 21:14:40 +02:00
2014-05-15 20:46:02 +02:00
2014-09-19 20:23:06 -04:00
2014-07-21 19:29:29 +02:00
2014-07-20 16:59:57 -04:00
2014-11-11 11:34:58 -05:00
2014-07-12 14:26:55 +02:00
2014-07-16 19:07:45 +02:00
2014-11-15 12:50:35 +01:00
2014-06-02 11:04:18 -03:00
2014-11-09 18:34:57 +01:00
2014-11-14 11:56:25 -05:00
2014-06-02 11:04:17 -03:00
2014-11-06 00:18:26 +01:00
2014-11-12 00:38:34 -06:00
2014-07-12 14:26:55 +02:00