PengZheng opened a new issue, #527:
URL: https://github.com/apache/celix/issues/527

   1. `manifest->mainAttributes` is dropped in `manifest_clone`.
   2. `manifest->attributes` seems empty most of the time: the while loop after 
`manifest_readAttributes(manifest, manifest->mainAttributes, file)` seems NEVER 
entered.
   
   ```C
                manifest_readAttributes(manifest, manifest->mainAttributes, 
file);
                // fgets almost always returns NULL
                while (status==CELIX_SUCCESS && fgets(lbuf, sizeof(lbuf), file) 
!= NULL) {
                   }
   ```
   
   I don't understand why is `manifest->attributes` there?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to