-
Currently there are no input validations and error checks in the current code. As a result, JS calls like
process.binding("fg");
cause a segmentation fault in release (or an attacker could redirect …
-
###### Version:
```
IoT.js rev : 7f7d150
Jerry rev : a00079e
Build : x86_64-linux, debug
```
###### Test case:
``` javascript
var net = require("net");
net.Server.prototype._createTCP(375);
``…
-
We discussed this question last time, but there was no clear decision. Today this question is raised again, since the PI default compiler is only GCC 4.7. We might also need to support exotic architec…
-
###### Version:
```
IoT.js rev : 7f7d150
Jerry rev : a00079e
Build : x86_64-linux, debug
```
###### Test case:
``` javascript
var gpio = require("gpio");
gpio.writePin(654,697,938);
```
######…
-
###### Version:
```
IoT.js rev : 7f7d150
Jerry rev : a00079e
Build : x86_64-linux, debug
```
###### Test case:
``` javascript
var gpio = require("gpio");
gpio.writePin("hello","hello","hello")…
-
Instance of `JObjectWrap` never be created as local variable.
Constructor of `JObjectWrap` set native pointer for javascript object so that when the object was reclaimed by garbage collector, the wra…
-
libtuv uv__eventfd2 failed at MIPS , which is called at uv__async_eventfd durring initializing process.
-
/home/ys/myGit/iotjs/tools/check_test.py /home/ys/myGit/iotjs/build/x86_64-linux/debug/iotjs/iotjs
[ run_pass ] Test Run
Traceback (most recent call last):
File "/home/ys/myGit/iotjs/tools/check_t…
-
Our project does not have the official logo yet. Thus, I would like to suggest to open an issue for logo creation.
Please post ideas into this thread. If you have any logo images to suggest, feel free…
-
Developer Guide
- [x] Developer Tutorial : https://github.com/Samsung/iotjs/wiki/Developer%20Tutorial
May need these pages
- C/C++ modules