-
A heap-buffer overflow occurs in the below program when provided with malformed input. This behavior occurs at line 439 in str.c.
```
#include
#include
#include
#include
#include
int mai…
-
The used memory of my program keeps going up when parsing HTML. This was fixed months ago: https://github.com/rushter/selectolax/issues/90
Not sure why, it is happening again now, even with the sam…
-
-
I adapted the code from the innerHTML example:
```c
/*
* Copyright (C) 2018 Alexander Borisov
*
* Author: Alexander Borisov
*/
#include "base.h"
int
main(int argc, const char *ar…
-
When web scraping, you have to deal with a lot of edge cases across websites. What's the best way to handle a statement like this, where I'm trying to parse out the HREF value, but the canonical node…
-
`gumbo-parser` is archived
And this project has been unmaintained since 2016.
Will `litehtml` depend on this project in the future?
xland updated
6 months ago
-
Hello, Thank you for the wonderful project!
I have a question about DOM Manipulation and DOM Node. In the document, there are warnings against use of instance of DOMNode after DOM Tree Manipulation…
-
Hi,
Thanks for building the library. When I tried to build Bridgetown to fix an issue https://github.com/bridgetownrb/bridgetown/issues/852, bundle tried to install and compile nokolexbor.
My co…
-
Hi,
I'm potentially doing something daft as very much a beginner (sorry in advance) but getting linker errors:
` undefined reference to "__imp_lxb_html_document_create"
undefined reference to…
-
Hello, there are many files in the lexbor Git repository tracked with permissions 0755 (executable). Git can track executable (0755) and non-executable (0644) file modes. Would it be fine to sent PR t…
petk updated
9 months ago